Description
Run an operation for each page of the provider defined by the provider name, the operation input is the curent page
Operation id | RunOperationOnProvider |
Aliases | Context.RunOperationOnProvider
|
Category | Execution Flow |
Label | Run For Each Page |
Requires | |
Since | |
Parameters
Signature
Inputs | documents |
Outputs | void |
Implementation Information
JSON Definition
{
"id" : "RunOperationOnProvider",
"aliases" : [ "Context.RunOperationOnProvider" ],
"label" : "Run For Each Page",
"category" : "Execution Flow",
"requires" : null,
"description" : "Run an operation for each page of the provider defined by the provider name, the operation input is the curent page ",
"url" : "RunOperationOnProvider",
"signature" : [ "documents", "void" ],
"params" : [ {
"name" : "id",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "isolate",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "true" ]
} ]
}